pointer to structure

英 [ˈpɔɪntə(r) tu ˈstrʌktʃə(r)] 美 [ˈpɔɪntər tu ˈstrʌktʃər]

网络  指向结构的指示字

计算机



双语例句

  1. Because the node structure contains a pointer to a node structure within it, it is said to be defined inductively.
    由于节点结构体内部包含有一个指向节点结构体的指针,所以称之为是归纳定义的。
  2. The pointer to the old sigaction structure
    指向旧sigaction结构体的指针
  3. Finally, it creates an inquiry context for group member and sets the member name syntax field in the inquiry context structure and returns pointer to created inquiry context structure to the caller.
    最后,为组成员创建查询上下文,设置查询上下文结构中的成员名语法字段,把创建的查询上下文结构的指针返回给调用者。
  4. An inquiry context is nothing but a pointer to the structure that is maintained internally for inquiries made on group members, profiles, towers or uuid members.
    查询上下文只是一个结构的指针,在内部维护这个结构,用于查询组成员、概要、塔或uuid成员。
  5. So is a pointer to the socket structure.
    so是指向套接字结构的指针。
  6. Another pointer of type SSL is also needed to hold the SSL connection structure ( this is required for something that will be done shortly).
    还需要另一个SSL类型的指针来保持SSL连接结构(这是短时间就能完成的一些连接所必需的)。
  7. Sa is a pointer to a structure of type sp_args.
    sa是指向类型为spargs的结构的指针。
  8. If the second argument in the call to in_pcbbind() ( which is a pointer to the sockaddr_in structure) is non-null, then explicit binding happens.
    如果对inpcbbind()(指向sockaddrin结构的指针)的调用中的第二个参数为非空,则发生显式绑定。
  9. P is the pointer to the proc structure of the calling process.
    p是一个指向调用进程的proc结构的指针。
  10. P is a pointer to the proc structure of the process that makes the socket call.
    p是一个指针,指向进行socket调用的进程的proc结构。
  11. In the processing function, you get a pointer to the YYLTYPE structure holding the location, and you can generate a nice error message.
    在处理函数中,我们获得了一个指向保存了位置信息的YYLTYPE结构的指针,这样可以生成一条很好的错误消息。
  12. Here, param is a pointer to a structure representing scheduling priority.
    在此,param是指向描述调度优先级结构体的指针。
  13. Fp is the pointer to the file structure.
    fp是指向文件结构的指针。
  14. This is a pointer to a structure which holds the data about the SPE program itself.
    是持有有关SPE程序本身的数据的结构的指针。
  15. The username and password are stored in a MQCSP structure, and a pointer to this structure, pSecurityParms, is passed into the function when it is called.
    代码中将用户名和密码存储在MQCSP结构中,并在调用时将指向此结构的指针pSecurityParms传递给该函数。
  16. Uap is a pointer to the socket_args structure that contains the arguments passed to the process in the socket system call.
    uap是一个指向socketargs结构的指针,该结构包含传递到socket系统调用中的进程的参数。
  17. A linked list consists of a node structure that contains two members: the data it is holding and a pointer to another node structure ( or NULL, to terminate the list).
    链表所包含的节点结构体由两部分构成:它所持有的数据,以及指向另一个节点结构体(或者是NULL,结束链表)的指针。
  18. Then, when they pass the pointer back via free(), we simply back up a few memory bytes to find this structure again.
    然后,当通过free()将该指针传递回来时,我们只需要倒退几个内存字节就可以再次找到这个结构。
  19. Copy the contents of arg ( pointer to struct simulation_struct) to the global structure.
    将arg(指向structsimulationstruct)拷贝到全局结构中。
  20. This structure comprises of a pointer to the interface ID structure and a count of such interfaces.
    这个结构包含接口ID结构的指针和接口的数量。
  21. After the pointer to the OVERLAPPED structure is returned, the CONTAINING_RECORD macro can be used to obtain a pointer to the extended structure.
    当得到了指向OVERLAPPED结构的指针以后,可以用CONTAININGRECORD宏取出其中指向扩展结构的指针。
  22. Normally, a pointer to a structure or a class that can contain some client specific objects is passed with this parameter.
    通常,指向结构体的指针,或者包含客户端指定对象的类的指针被传递给这个参数。
  23. A pointer to the structure to receive the binding options.
    指向接收绑定选项的结构的指针。
  24. Called to determine the base address of a structure whose type is known when the caller has a pointer to a field inside such a structure.
    调用该宏计算出已知类型、已有一个域(成员)的指针的结构体的基地址。
  25. A pointer to an OVERLAPPED structure that supplies data to be used during asynchronous operation.
    一个指针的重叠结构,提供供数据时使用的异步操作。
  26. When a procedure is passed a pointer to a data structure, it adds to the reference count.
    当向一个程序传递一个指向某个数据结构指针时,该程序会将引用计数增加1。
  27. In the parameter CompletionKey, we pass a pointer to a structure ClientContext that contains client specific data.
    在CompletionKey参数中,我们为它传递一个包含了客户端特定数据的结构体的指针。
  28. To evaluate a program path that contains pointer variables, the thesis explores the methods of how to evaluate paths that contains pointers and structure variables.
    针对包含指针以及结构类型变量的程序路径,我们提出了以变量关系图为基础,结合符号执行对其进行分析的方法。
  29. Based on the construction of message mapping table, the paper analyzes in detail how to transform the type of a pointer which points to a message processing function with data types of structure, enum and share.
    深入剖析了如何通过创建消息映射表,利用结构、枚举和共用三种构造数据类型来实现消息处理函数指针类型的转换。